92f764
@@ -463,7 +463,7 @@
public static Deserializer getDeserializer(Configuration conf,
       return deserializer;
     } catch (RuntimeException e) {
       throw e;
-    } catch (Exception e) {
+    } catch (Throwable e) {
       LOG.error("error in initSerDe: " + e.getClass().getName() + " "
           + e.getMessage(), e);
       throw new MetaException(e.getClass().getName() + " " + e.getMessage());
@@ -506,7 +506,7 @@
static public Deserializer getDeserializer(Configuration conf,
       return deserializer;
     } catch (RuntimeException e) {
       throw e;
-    } catch (Exception e) {
+    } catch (Throwable e) {
       LOG.error("error in initSerDe: " + e.getClass().getName() + " "
           + e.getMessage(), e);
       throw new MetaException(e.getClass().getName() + " " + e.getMessage());
